home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Utilities
/
BackSpace
/
Source
/
PanelImageView.h
< prev
next >
Wrap
Text File
|
1993-07-14
|
160b
|
14 lines
#import <appkit/View.h>
@interface PanelImageView:View
{
id image;
}
- setImage: image;
- image;
- drawSelf: (const NXRect *) rects: (int) rectCount;
@end